home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000373_news@columbia.edu _Wed Jun 14 13:39:16 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA29708
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 14 Jun 2000 13:39:16 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA29667
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Jun 2000 13:39:15 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA21570
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 14 Jun 2000 13:24:28 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jimo@eskimo.com (Jim Osborn)
  13. Subject: No echo after telnet receive
  14. Date: 14 Jun 2000 17:23:53 GMT
  15. Organization: Eskimo North  http://www.eskimo.com/  (800) 246-6874
  16. Message-ID: <8i8f39$r60$1@eskinews.eskimo.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. I was recently forced to "upgrade" my ISP service from straight-dialin-
  20. to-the-Unix-shell to PPP-connecting-to-the-shell-via-telnet.  Until
  21. I get secure copy and/or ftp set up on my home machine, I've been 
  22. using Kermit to transfer files over the telnet link.  
  23.  
  24. But after every such transfer, the local Kermit refuses to echo what
  25. I type, when I'm escaped back to the local machine.  The text DOES
  26. show up after I hit return, but not as I type it.  (The commands are
  27. performed properly.) I use the "full screen" file-transfer display. 
  28.  
  29. I've tried, after the transfer:
  30. set terminal echo local
  31. set telnet echo local
  32. (I've tried ...remote too, fwiw)
  33.  
  34. With terminal echo local, I see double echoing of what I type when
  35. I'm connected, as one might expect.  But NOTHING I've tried makes
  36. the local side of the connection echo as I type.
  37.  
  38. When I type "c" to connect to the remote side, I must hit return
  39. twice to see the remote shell prompt.
  40.  
  41. Here's the result of "show terminal" (with terminal echo remote):
  42. ----------------------------------------------------------
  43. Terminal parameters:
  44.     Bytesize: Command: 7 bits              Terminal: 7 bits
  45.                  Type: xterm
  46.                  Echo: remote         Locking-shift: off
  47.          Newline-mode: off               Cr-display: normal
  48.                   APC: off             Autodownload: off
  49.                Height: 40                     Width: 80
  50.                 Debug: off              Session log: (none)  
  51.  
  52.  CONNECT-mode escape character: 28 (Ctrl-\, FS): local only
  53.   Terminal character-set: transparent
  54.               Suspend: on
  55. ----------------------------------------------------------
  56.  
  57. Is there another echo-setting command I should use, or is something
  58. screwed up?  I'm running in a KDE "Konsole" xterm on SuSE 6.3 linux.
  59.  
  60. TIA for any help. Please copy me on replies, as we seem to miss lots
  61. of news articles.
  62.  
  63. jimo@eskimo.com